-- card: 8118 from stack: in -- bmap block id: 8203 -- flags: 0000 -- background id: 2630 -- name: Men -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=43 top=126 right=153 bottom=178 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp Visual wipe left push card Go to card "Commodore" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=233 top=120 right=154 bottom=313 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp visual wipe left push card go to card "Gould" end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=358 top=117 right=153 bottom=438 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp visual effect wipe left push card go to card "Fisk" end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=219 top=288 right=335 bottom=302 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Main Menu ----- HyperTalk script ----- on mouseUp go to card "Menu" end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=43 top=173 right=212 bottom=179 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp push card go to card "Stanford" end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=236 top=180 right=220 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp push card go to card "Durant" end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: A002 -- rect: left=16 top=319 right=340 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp global returncard go to returncard end mouseUp